home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
01d2.dir
/
00026.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-02
|
203 b
|
12 lines
on exitFrame
global gCursorReady, gMagCursor
gCursorReady = 1
gMagCursor = "magCursor"
if rollOver(6) then
sprite(8).visible = 1
else
sprite(8).visible = 0
end if
go(the frame)
end